Link to name anchor in another file

This feature is basically the same as Link to name anchor except that this option allows the user to specify which file to search for name anchors.

Link to name anchor in another file

The link is created when the user double clicks on the desired selection or clicks the "Make Link" button. Selected text in the active document will be wrapped in the created link or the link will be inserted at the cursor point if no text is selected. The link format is different depending on whether or not the relative pathing option is enabled:

Link to name anchor in another file - window

The link would look like the example below if relative pathing is enabled and the active document is saved.

<A href="../vb projects/editor/temp/test.html#demo_anchor">Section 5</A>

The link will be fully qualified if relative pathing is not enabled or if the active document is not saved.

<A href="c:\vb projects\editor\temp\test.html#demo_anchor">Section 5</A>

A message will be issued if the program does not find any links in the selected file. The user will also be presented with chance to select another file.